Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

chore: Finish factoring unit tests from presubmit#1492

Merged
TrevorBergeron merged 8 commits intomainfrom
unit_in_system
May 30, 2025
Merged

chore: Finish factoring unit tests from presubmit#1492
TrevorBergeron merged 8 commits intomainfrom
unit_in_system

Conversation

@TrevorBergeron
Copy link
Copy Markdown
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@product-auto-label product-auto-label Bot added size: s Pull request size is small. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Mar 13, 2025
@TrevorBergeron TrevorBergeron marked this pull request as ready for review March 14, 2025 19:33
@TrevorBergeron TrevorBergeron requested review from a team and ZehaoXU March 14, 2025 19:33
@TrevorBergeron TrevorBergeron requested review from sycai and removed request for ZehaoXU March 14, 2025 19:33
@product-auto-label product-auto-label Bot added size: xs Pull request size is extra small. and removed size: s Pull request size is small. labels May 30, 2025
@product-auto-label product-auto-label Bot added size: s Pull request size is small. and removed size: xs Pull request size is extra small. labels May 30, 2025
@TrevorBergeron TrevorBergeron requested a review from tswast May 30, 2025 20:20
Comment thread noxfile.py
# Sessions are executed in the order so putting the smaller sessions
# ahead to fail fast at presubmit running.
nox.options.sessions = [
"unit",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is because it's redundant with GitHub Actions, right?

Doesn't look like

coverage report --show-missing --fail-under=35
actually uses nox for the coverage step, so that's probably okay to just be system tests.

@TrevorBergeron TrevorBergeron merged commit 9247535 into main May 30, 2025
18 of 24 checks passed
@TrevorBergeron TrevorBergeron deleted the unit_in_system branch May 30, 2025 20:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants